home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / PublicDomain / Anwendungen / FloatingClock / Source / digits.h < prev    next >
Text File  |  1998-06-16  |  739b  |  29 lines

  1. /************************************
  2.  *                                    *
  3.  *        digits.h For use with         *
  4.  *      Floating Clock Version 1.0    *
  5.  *                                    *
  6.  ************************************/
  7.  
  8. #define Y 2        /* values for      */
  9. #define AX 5    /* X and Y offset */
  10. #define BX 26
  11.  
  12. #define DOTX 47
  13. #define DOTY 12
  14.  
  15. #define CX 53
  16. #define DX 74
  17.  
  18. void number_one(int, struct Window *);
  19. void number_two(int, struct Window *);
  20. void number_three(int, struct Window *);
  21. void number_four(int, struct Window *);
  22. void number_five(int, struct Window *);
  23. void number_six(int, struct Window *);
  24. void number_seven(int, struct Window *);
  25. void number_eight(int, struct Window *);
  26. void number_nine(int, struct Window *);
  27. void number_zero(int, struct Window *);
  28. void dots(struct Window *);
  29.